object TipDialog: TTipDialog Left = 235 Top = 199 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'zMUD Tip' ClientHeight = 214 ClientWidth = 317 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] FormStyle = fsStayOnTop Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object OKBtn: TBitBtn Left = 232 Top = 180 Width = 77 Height = 27 Caption = 'OK' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 OnClick = OKBtnClick Margin = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end object TipFlag: TCheckBox Left = 16 Top = 184 Width = 169 Height = 17 Caption = ' Show Tips at startup' State = cbChecked TabOrder = 1 end object Panel1: TPanel Left = 0 Top = 0 Width = 317 Height = 41 Align = alTop BevelOuter = bvNone TabOrder = 2 object Image1: TImage Left = 8 Top = 4 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Label1: TLabel Left = 48 Top = 12 Width = 42 Height = 16 Caption = 'zMUD' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 96 Top = 12 Width = 83 Height = 16 Caption = 'Tip of the Day' Font.Color = clBlue Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end end object Panel2: TPanel Left = 0 Top = 41 Width = 317 Height = 128 Align = alTop BevelInner = bvLowered BorderWidth = 8 Caption = 'Panel2' TabOrder = 3 object TipMemo: TMemo Left = 10 Top = 10 Width = 297 Height = 108 TabStop = False Align = alClient Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 0 end end end